home *** CD-ROM | disk | FTP | other *** search
- The DEMO-Program :
-
- Demo draws random gfx.lib functions.
-
- type <demo> into your command line.
-
- Options :
-
- amiga : uses standart graphics.library functions
- default is <tiga>, which uses (only) my gfx.library functions
- pat : uses pattern on all operation
- default is nopattern
-
- line : draws lines (default)
- box : boxes are drawn
- text : text is drawn
- ellipse : draws ellipses (? _s is that right )
- areaell : draws filled ellipses (does not work in amiga moe, I guess -
- I have to check it out)
-
- demo supports clipping in both amiga and tiga mode.
- you can run all demos with the run command at the same time
- like
- > run demo amiga box
- [1]
- > run demo ami // ami = amiga
- [2]
- > run demo ell
- [3]
- ....
-
- used with the emulation and in amiga mode it will draw on both
- screens, the amiga and tiga screen !
-
- close it with the close gadget or the break command or <CTRL-C>.
-